Version: 2.2.0
API Gateway v2.2.0
NINJIO API Gateway with enhanced campaign creation workflow
Server Environments
The API is available in multiple environments:
| Environment | URL | Description |
|---|---|---|
| Production | https://apigw.goninjio.com | Production server (live data) |
| Sandbox | https://apigw.dcoyacloud.net | Sandbox server (test data) |
You can select the appropriate environment by using the corresponding base URL in your API requests.
API Versioning
This API supports versioning through HTTP headers. Include the API version in your requests to ensure compatibility:
| Header | Value | Description |
|---|---|---|
API-Version | 2.2.0 | Specifies the API version to use |
Example Request with API Version
curl -X GET "https://apigw.goninjio.com/api/api_gateway/customer/campaigns/training/" \
-H "apiKey: YOUR_API_KEY" \
-H "API-Version: 2.2.0" \
-H "Content-Type: application/json"
Note: If no API-Version header is provided, the API will default to the latest stable version (2.1.3).
Authentication
- API Key: apiKeyAuth
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | apiKey |